@charset 'utf-8';
body {
  font-family: "微软雅黑", Arial;
  background: #fff;
  max-width: 1920px;
  margin: 0 auto;
}
.scale_img dl dt img,
.scale_img li img {
  -o-transition: all 1s linear 0s;
  transition: all 1s linear 0s;
}
.scale_img dl:hover dt img,
.scale_img li:hover img {
  -webkit-transform: scale(1.05) rotate(0deg) translateY(0);
  -ms-transform: scale(1.05) rotate(0deg) translateY(0);
  transform: scale(1.05) rotate(0deg) translateY(0);
}

h2.main_title {
  line-height: 0;
  font-size: 0;
}
h2.main_title a {
  display: block;
}
h2.main_title strong {
  display: block;
  font-size: 48px;
  line-height: 50px;
  color: #040404;
}
h2.main_title span {
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #666;
  margin-top: 10px;
  font-weight: normal;
}
/**/

/**/
.fullSlide {
  position: relative;
  z-index: 1;
  clear: both;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: 836px;
}
.fullSlide .tempWrap {
  margin: 0 auto;
}
.fullSlide .bd {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0 auto;
}
.fullSlide .bd .li {
  overflow: hidden;
  position: relative;
  height: 836px;
}
.fullSlide .bd .li img {
  display: block;
  width: 100%;
  width: 1920px;
  height: 836px !important;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  -o-transition: all 1s linear 0s;
  transition: all 1s linear 0s;
}
.fullSlide .hd {
  position: absolute;
  bottom: 50px;
  width: 600px;
  height: 18px;
  cursor: pointer;
  text-align: right;
  z-index: 9;
  font-size: 0;
  left: 50%;
}
.fullSlide .hd li {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 12px;
  opacity: 1;
  border-radius: 8px;
  background: #fff;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fullSlide .hd li.on {
  background: #fff;
  width: 46px;
}
.fullSlide p {
  display: none;
  position: absolute;
  top: 50%;
  width: 80px;
  height: 80px;
  z-index: 99;
  opacity: 1;
  text-align: center;
  margin-top: -40px;
  opacity: 0.8;
}
.fullSlide .prev2 {
  left: 3%;
}
.fullSlide .next2 {
  right: 3%;
}
.fullSlide .bd .cur img {
  animation: scaleIt 4s;
  -webkit-animation: scaleIt 4s;
}
.fullSlide .arrow {
  z-index: 99;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 160px;
  height: 100%;
  display: block;
}
.fullSlide .arrow span {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  padding: 20px 26px;
  border-radius: 50%;
  display: block;
  display: none;
  width: 17px;
  height: 30px;
  background: rgba(244, 251, 249, 0.17) url(../images/arrows1.png) no-repeat center;
}
.fullSlide .arrow-left {
  left: 10px;
}
.fullSlide .arrow-right {
  right: 3%;
}
.fullSlide .arrow-right span {
  background: rgba(244, 251, 249, 0.17) url(../images/arrows2.png) no-repeat center;
  right: 0;
  left: auto;
}
/**/
.intro {
  padding-top: 79px;
  padding-bottom: 83px;
}
.intro_con {
  width: 406px;
  padding-top: 150px;
}
.intro_con h2 {
  font-size: 0;
  line-height: 0;
}
.intro_con h2 a {
  display: block;
  padding-bottom: 28px;
  background: url(../images/intro_tbg.png) no-repeat left bottom;
}
.intro_con h2 strong {
  display: block;
  font-size: 60px;
  line-height: 64px;
  color: #040404;
  float: left;
  margin-right: 10px;
}
.intro_con h2 i {
  display: block;
  font-size: 36px;
  line-height: 38px;
  color: #040404;
}
.intro_con h2 span {
  display: block;
  font-size: 12px;
  line-height: 32px;
  color: #1A1A1A;
  font-weight: normal;
  text-transform: uppercase;
  margin-left: 2px;
}
.intro_con p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-top: 13px;
  margin-left: 5px;
  text-align: justify;
}
.intro_pic {
  width: 707px;
  height: 535px;
  line-height: 0;
  position: relative;
  text-align: center;
  font-weight: bold;
}
.intro_pic .intro1 {
  position: absolute;
  width: 141px;
  height: 141px;
  background: rgba(253, 210, 12, 0.21);
  border-radius: 50%;
  font-size: 20px;
  line-height: 141px;
  color: #343434;
  top: 222px;
  left: 324px;
  animation: zoomIn 2s infinite;
  -webkit-animation: zoomIn 2s infinite;
}
.intro_pic .intro2 {
  position: absolute;
  width: 128px;
  height: 128px;
  background: rgba(255, 148, 0, 0.59);
  border-radius: 50%;
  font-size: 20px;
  line-height: 128px;
  color: #fff;
  top: 248px;
  left: 455px;
  z-index: 2;
  animation: zoomIn 2s infinite;
  -webkit-animation: zoomIn 2s infinite;
}
/**/
.product {
  background: url(../images/pro_nav_bg.png) no-repeat center top;
  padding-top: 70px;
  overflow: hidden;
  padding-bottom: 78px;
}
.pro_nav {
  padding-top: 39px;
  margin-bottom: 16px;
}
.pro_nav a.more {
  display: block;
  width: 112px;
  height: 44px;
  background: url(../images/more_bg.png) no-repeat center;
  float: left;
  text-indent: 31px;
  font-size: 14px;
  line-height: 44px;
  color: #2A2A2A;
  margin-left: 46px;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pro_nav a.more:hover {
  font-weight: bold;
}
.pro_nav h3 {
  float: left;
  text-align: center;
  margin-left: 60px;
}
.pro_nav h3 a {
  display: block;
  padding-bottom: 13px;
  position: relative;
}
.pro_nav h3 a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: #FDD20C;
  left: 0;
  bottom: 0;
  width: 0;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pro_nav h3 strong {
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #2A2A2A;
  font-weight: normal;
}
.pro_nav h3 span {
  display: block;
  font-size: 12px;
  line-height: 22px;
  color: rgba(42, 42, 42, 0.5);
  margin-top: 6px;
  text-transform: uppercase;
  font-weight: normal;
}
.pro_nav h3:hover a:after,
.pro_nav h3.on a:after {
  width: 100%;
}
.pro_con dl {
  height: 883px;
  position: relative;
  font-size: 0;
  line-height: 0;
}
.pro_con dt {
  position: absolute;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}
.pro_con dd {
  position: absolute;
  left: 50%;
  top: 145px;
  margin-left: -94px;
}
.pro_con h3 a {
  display: block;
  padding-bottom: 26px;
  background: url(../images/pro_tbg.png) no-repeat 1px bottom;
}
.pro_con h3 img {
  display: block;
  max-width: 100%;
}
.pro_con h3 span {
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #343434;
  font-weight: normal;
  margin-top: 10px;
}
.pro_con ul.feature {
  margin-top: 50px;
  margin-bottom: 50px;
  overflow: hidden;
}
.pro_con ul.feature li {
  float: left;
  width: 160px;
  margin-right: 86px;
}
.pro_con ul.feature h4 {
  font-size: 22px;
  line-height: 34px;
  color: #272727;
  font-weight: normal;
}
.pro_con ul.feature p {
  font-size: 16px;
  line-height: 26px;
  color: #343434;
  margin-top: 14px;
}
.pro_con a.info {
  display: block;
  text-indent: 40px;
  font-size: 0;
  line-height: 0;
  width: 175px;
  height: 38px;
  background: url(../images/more.png) no-repeat 118px center;
  border: 1px solid #333333;
  border-radius: 17px;
  font-size: 16px;
  line-height: 36px;
  color: #1A1A1A;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pro_con a.info:hover {
  text-indent: 0;
  text-align: center;
  background-position-x: 180px;
}
.pro_con ul.juice {
  margin-top: 206px;
  overflow: hidden;
}
.pro_con ul.juice li {
  float: left;
  width: 144px;
  text-align: center;
}
.pro_con ul.juice i {
  width: 66px;
  height: 66px;
  display: block;
  border-radius: 50%;
  border: 1px solid #7D7D7D;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto 14px;
  overflow: hidden;
}
.pro_con ul.juice i img {
  position: absolute;
  left: -1px;
  top: -1px;
}
.pro_con ul.juice span {
  display: block;
  font-size: 18px;
  line-height: 22px;
  color: #333;
}
.pro_con ul.juice li:hover i {
  background: #FDD20C;
  border-color: #FDD20C;
  animation: flipInY 1s;
}
.pro_con ul.juice li:hover i img {
  top: -67px;
}
.pro_con ul.juice li:hover span {
  color: #FED20D;
  font-weight: bold;
}
/**/
.join {
  background: url(../images/join_bg.jpg) no-repeat center top;
  padding-top: 134px;
  height: 813px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.join h2 {
  margin-top: 30px;
}
.join .info {
  font-size: 0;
  line-height: 0;
  margin-bottom: 45px;
}
.join .info p:first-child {
  background: url(../images/j_tel.png) no-repeat left top;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
}
.join .info p:first-child span {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #343434;
}
.join .info p:first-child strong {
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  color: #343434;
  margin-top: 8px;
  font-weight: normal;
}
.join .info p:first-child:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 145px;
  background: #FDD10C;
  top: -134px;
  left: 13px;
}
.join .info p:last-child a:first-child {
  display: inline-block;
  font-size: 14px;
  line-height: 36px;
  color: #1A1A1A;
  width: 175px;
  height: 38px;
  background: rgba(248, 182, 0, 0);
  border: 1px solid #333333;
  border-radius: 17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.join .info p:last-child a:first-child:hover {
  letter-spacing: 1px;
}
.join .info p:last-child a:last-child {
  display: inline-block;
  font-size: 14px;
  line-height: 46px;
  color: #1A1A1A;
  margin-left: 17px;
  width: 143px;
  height: 46px;
  background: url(../images/more_bg1.png) no-repeat center;
  vertical-align: 2px;
  text-align: center;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.join .info p:last-child a:last-child:hover {
  letter-spacing: 1px;
}
.join .join_con {
  clear: both;
  width: 792px;
  float: right;
}
.join li {
  float: left;
  width: 252px;
  height: 436px;
  background: #FFFFFF url(../images/join_icon.png) no-repeat center 380px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 12px;
  padding: 36px 30px;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.join li img {
  width: 92px;
  height: 92px;
  background: linear-gradient(0deg, #FF9000, #FFDE00);
  border-radius: 50%;
  margin: 0px auto 20px;
  display: block;
}
.join li h3 {
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}
.join li h3:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background: #ABABAB;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}
.join li h3 strong {
  display: block;
  font-size: 24px;
  line-height: 34px;
  color: #343434;
  font-weight: normal;
}
.join li h3 span {
  display: block;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  color: #5F5F5F;
  margin-top: 8px;
}
.join li p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-top: 15px;
  text-align: justify;
}
.join li:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  padding-top: 30px;
}
/**/
.case {
  position: relative;
  overflow: hidden;
  padding-top: 121px;
  background: url(../images/case_bg.jpg) no-repeat center top;
}
.case_con {
  width: 1215px;
  height: 584px;
  overflow: hidden;
  padding: 51px 7px 60px;
  margin: 0 auto;
}
.case_con .tempWrap,
.case_con .tempWrap .case_list {
  overflow: visible !important;
}
.case_con dl {
  width: 390px;
  height: 584px;
  background: #f7f7f7;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0 7.5px;
  float: left;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.case_con dt {
  width: 390px;
  height: 293px;
  overflow: hidden;
}
.case_con dt img {
  width: 390px;
}
.case_con dd {
  width: 390px;
  height: 291px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 32px 0 32px;
  border: 1px solid #F2F2F5;
}
.case_con dd h4 {
  font-size: 22px;
  line-height: 40px;
  color: #2B2728;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.case_con dd p {
  font-size: 16px;
  line-height: 28px;
  color: #6E6E6E;
  margin: 7px 0 48px;
}
.case_con dd span {
  display: inline-block;
  font-size: 20px;
  line-height: 100%;
  color: #333;
  font-family: arial;
  padding-right: 58px;
  background: url(../images/more2.png) no-repeat center right;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.case_con dl:hover {
  box-shadow: 0px 0px 16px 0px rgba(4, 0, 0, 0.21);
  margin-top: -20px;
}
.case_con dl:hover dd span {
  color: #EEA937;
  background-image: url(../images/more3.png);
}
.case_switch div {
  position: absolute;
  width: 56px;
  height: 56px;
  padding: 0;
  cursor: pointer;
  top: 477px;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.case_switch .prev {
  right: 50%;
  margin-right: 648px;
}
.case_switch .next {
  left: 50%;
  margin-left: 648px;
}
.case .more a {
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 50px;
  border: 1px solid #333333;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 48px;
  color: #333;
  text-align: center;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.case .more a:hover {
  width: 210px;
}
/**/
.power {
  padding-top: 70px;
  overflow: hidden;
}
.power_con {
  margin-top: 26px;
  position: relative;
  line-height: 0;
}
.power_list dl {
  width: 100%;
  position: relative;
}
.power_list dt img {
  width: 100%;
}
.power_list dd {
  position: absolute;
  width: 1000px;
  text-align: center;
  top: 21%;
  left: 50%;
  margin-left: -500px;
}
.power_list dd img {
  width: 65px;
  margin: 0 auto 20px;
  display: block;
}
.power_list dd h3 {
  font-size: 30px;
  line-height: 38px;
  color: #fff;
}
.power_list dd p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  margin-top: 16px;
}
.power_nav {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  border-top: 1px solid #fff;
}
.power_nav li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #fff;
  width: 25%;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 65px 3.125% 0;
  height: 315px;
  float: left;
  text-align: center;
}
.power_nav li img {
  display: block;
  width: 65px;
  margin: 0 auto 16px;
}
.power_nav li strong {
  display: block;
  font-size: 30px;
  line-height: 50px;
  color: #fff;
}
.power_nav li span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  display: none;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 40px;
  padding-top: 26px;
  margin-top: 26px;
  position: relative;
}
.power_nav li span:before {
  position: absolute;
  content: "";
  width: 62%;
  height: 1px;
  background: #fff;
  left: 0;
  top: 0;
}
.power_nav li:last-child {
  border-right-color: transparent;
}
.power_nav li:hover,
.power_nav li.on {
  background: rgba(205, 160, 0, 0.8);
  text-align: left;
  padding-bottom: 61px;
}
.power_nav li:hover img,
.power_nav li.on img {
  display: none;
}
.power_nav li:hover span,
.power_nav li.on span {
  display: block;
}
@media (max-width: 1600px) {
  .power_nav li {
    padding-top: 50px;
    height: 270px;
  }
  .power_nav li img {
    width: 54px;
  }
  .power_nav li strong {
    font-size: 25px;
    line-height: 42px;
  }
  .power_list dd {
 
  top: 11%;

}
}
@media (max-width: 1366px) {
  .power_nav li {
    padding-top: 40px;
    height: 210px;
  }
  .power_nav li img {
    width: 40px;
  }
  .power_nav li strong {
    font-size: 20px;
    line-height: 32px;
  }
  .power_nav li span {
    padding-top: 16px;
    margin-top: 16px;
  }.power_list dd {
 
  top: 9%;

}
}
/**/
.news {
  padding-top: 135px;
  padding-bottom: 138px;
}
.news .fl {
  width: 300px;
}
.news_nav {
  margin-top: 66px;
}
.news_nav h3 {
  width: 112px;
  height: 44px;
  padding: 3px 0;
  text-align: center;
  margin-bottom: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news_nav h3 a {
  display: block;
  width: 111px;
  height: 38px;
  background: rgba(248, 182, 0, 0);
  border: 1px solid #333333;
  border-radius: 17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 36px;
  color: #1A1A1A;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: normal;
}
.news_nav h3:hover,
.news_nav h3.on {
  background: url(../images/more_bg.png) no-repeat center;
}
.news_nav h3:hover a,
.news_nav h3.on a {
  border-color: transparent;
}
.news_con {
  width: 863px;
  height: 509px;
}
.news_con dl {
  overflow: hidden;
  padding-bottom: 52px;
  border-bottom: 1px solid #BFBFBF;
}
.news_con dd {
  width: 473px;
  float: left;
}
.news_con dd strong {
  display: block;
  font-size: 40px;
  line-height: 100%;
  color: #040404;
  font-family: Impact;
  font-weight: 400;
  padding-bottom: 35px;
  border-bottom: 1px solid #BFBFBF;
}
.news_con dd h4 {
  font-size: 20px;
  line-height: 28px;
  color: #1A1A1A;
  max-height: 56px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: normal;
  padding-right: 32px;
  margin: 28px 0 14px;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news_con dd p {
  font-size: 16px;
  line-height: 26px;
  color: #666;
  padding-right: 32px;
}
.news_con dd span {
  display: inline-block;
  font-size: 20px;
  line-height: 100%;
  color: #333;
  font-family: arial;
  padding-right: 58px;
  background: url(../images/more2.png) no-repeat center right;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 40px;
}
.news_con dt {
  width: 390px;
  height: 293px;
  overflow: hidden;
  line-height: 0;
}
.news_con dt img {
  width: 390px;
  height: 293px;
}
.news_con dl:hover dd h4 {
  color: #000;
}
.news_con dl:hover dd span {
  color: #EEA937;
  background-image: url(../images/more3.png);
}
.news_con ul {
  padding-top: 4px;
}
.news_con ul li {
  width: 384px;
  float: left;
  margin-top: 35px;
}
.news_con ul li strong {
  display: block;
  font-size: 16px;
  line-height: 100%;
  color: #343434;
  font-family: Impact;
  font-weight: normal;
}
.news_con ul li h4 {
  font-size: 16px;
  line-height: 28px;
  color: #666;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 7px;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news_con ul li:nth-child(even) {
  float: right;
}
.news_con ul li:hover h4 {
  color: #000;
}
/**/
.about {
  padding-top: 234px;
  background: url(../images/about_bg.jpg) no-repeat center top;
  height: 870px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.about h2 {
  line-height: 0;
  font-size: 0;
}
.about h2 a {
  display: block;
}
.about h2 img {
  max-width: 100%;
}
.about h2 span {
  font-size: 24px;
  line-height: 42px;
  color: #5C0600;
  margin-top: 20px;
  display: block;
}
.about p {
  font-size: 16px;
  line-height: 26px;
  color: #5E0702;
  width: 674px;
  margin: 30px 0 10px;
}
.about .more a {
  display: block;
  position: relative;
  margin-bottom: 10px;
}
.about .more a span {
  display: block;
  font-size: 18px;
  line-height: 64px;
  color: #411C00;
  z-index: 2;
  position: relative;
}
.about .more a:after {
  position: absolute;
  content: "";
  width: 546px;
  height: 64px;
  background: rgba(92, 6, 0, 0.3);
  opacity: 0;
  left: -400px;
  top: 0;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.about .more a.cur span {
  background: url(../images/more4.png) no-repeat 97px center;
  color: #fff;
}
.about .more a.cur:after {
  opacity: 1;
  left: -364px;
}
/**/
body {
  position: relative;
}
.links {
  height: 77px;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 600px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(52, 52, 52, 0.64);
  line-height: 77px;
  overflow: hidden;
}
.links em {
  font-weight: bold;
}
.links a {
  margin-left: 20px;
  color: rgba(52, 52, 52, 0.64);
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.links a:hover {
  color: rgba(52, 52, 52, 0.9);
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.rotate {
  -webkit-animation-name: rotate;
  animation-name: rotate;
}
@-webkit-keyframes fadeInDown1 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown1 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown1 {
  -webkit-animation-name: fadeInDown1;
  animation-name: fadeInDown1;
}
@-webkit-keyframes fadeInDown2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown2 {
  -webkit-animation-name: fadeInDown2;
  animation-name: fadeInDown2;
}
@-webkit-keyframes fadeInLeft1 {
  from {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInLeft1 {
  from {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fadeInLeft1 {
  -webkit-animation-name: fadeInLeft1;
  animation-name: fadeInLeft1;
}
@-webkit-keyframes fadeInLeft2 {
  from {
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInLeft2 {
  from {
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fadeInLeft2 {
  -webkit-animation-name: fadeInLeft2;
  animation-name: fadeInLeft2;
}
@-webkit-keyframes fadeInRight1 {
  from {
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInRight1 {
  from {
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fadeInRight1 {
  -webkit-animation-name: fadeInRight1;
  animation-name: fadeInRight1;
}
@-webkit-keyframes fadeInRight2 {
  from {
    -webkit-transform: translate3d(3%, 0, 0);
    transform: translate3d(3%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInRight2 {
  from {
    -webkit-transform: translate3d(3%, 0, 0);
    transform: translate3d(3%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fadeInRight2 {
  -webkit-animation-name: fadeInRight2;
  animation-name: fadeInRight2;
}
@-webkit-keyframes zoomLeft {
  from {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomLeft {
  from {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.zoomLeft {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-animation-name: zoomLeft;
  animation-name: zoomLeft;
}
.zoomRight {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation-name: zoomLeft;
  animation-name: zoomLeft;
}
@-webkit-keyframes fadeInUp1 {
  from {
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInUp1 {
  from {
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fadeInUp1 {
  -webkit-animation-name: fadeInUp1;
  animation-name: fadeInUp1;
}
@-webkit-keyframes fadeInUp2 {
  from {
    -webkit-transform: translate3d(0, 2%, 0);
    transform: translate3d(0, 2%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInUp2 {
  from {
    -webkit-transform: translate3d(0, 2%, 0);
    transform: translate3d(0, 2%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}
@keyframes myfirst {
  0% {
    top: 0;
    left: 0;
  }
  25% {
    top: 10px;
    left: 0;
  }
  50% {
    top: 0;
    left: 0;
  }
  100% {
    top: 0;
    left: 0;
  }
}
@-moz-keyframes myfirst {
  0% {
    top: 0;
    left: 0;
  }
  25% {
    top: 10px;
    left: 0;
  }
  50% {
    top: 0;
    left: 0;
  }
  100% {
    top: 0;
    left: 0;
  }
}
@-webkit-keyframes myfirst {
  0% {
    top: 0;
    left: 0;
  }
  25% {
    top: 10px;
    left: 0;
  }
  50% {
    top: 0;
    left: 0;
  }
  100% {
    top: 0;
    left: 0;
  }
}
@-o-keyframes myfirst {
  0% {
    top: 0;
    left: 0;
  }
  25% {
    top: 10px;
    left: 0;
  }
  50% {
    top: 0;
    left: 0;
  }
  100% {
    top: 0;
    left: 0;
  }
}
